VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging.ColorManagement Namespace / RemapChannelsTransform Class / RemapChannelsTransform Constructors / RemapChannelsTransform Constructor(Double[])
Syntax Requirements SeeAlso
In This Topic
    RemapChannelsTransform Constructor(Double[])
    In This Topic
    Initializes a new instance of the RemapChannelsTransform class.
    Syntax
    'Declaration
    
    Public Function New( _
    ByVal ParamArray channelMapping
    An array that contains minimum and maximum mapping values for each color channel. Each mapping value must be in interval from 0 to 1.
    () As Double _
    )
    public RemapChannelsTransform(
    params double[] channelMapping
    )
    public: RemapChannelsTransform(
    params double[]* channelMapping
    )
    public:
    RemapChannelsTransform(
    ... array<double>^ channelMapping
    )

    Parameters

    channelMapping
    An array that contains minimum and maximum mapping values for each color channel. Each mapping value must be in interval from 0 to 1.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also